diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-29 09:26:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-29 09:26:14 +0000 |
commit | c2ce952c89bf07118d8d4d174979cc41fe047065 (patch) | |
tree | 7c4bd92601a5ee8d811c0826875decaa33a881a3 | |
parent | 510555837596e01a69cdcc40a7ffdafeeabd80cd (diff) |
Remove RPM spec file
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | libs.spec | 59 |
2 files changed, 0 insertions, 61 deletions
diff --git a/Makefile.am b/Makefile.am index dde46889..c3075ae1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = bluez.pc -EXTRA_DIST = libs.spec - DISTCLEANFILES = bluez.pc MAINTAINERCLEANFILES = Makefile.in \ diff --git a/libs.spec b/libs.spec deleted file mode 100644 index e3d4ac1c..00000000 --- a/libs.spec +++ /dev/null @@ -1,59 +0,0 @@ -# Note that this is NOT a relocatable package -%define ver 2.8 -%define RELEASE 1 -%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} -%define prefix /usr - -Summary: Bluetooth libraries -Name: bluez-libs -Version: %ver -Release: %rel -Copyright: GPL -Group: Applications/System -Vendor: Official Linux Bluetooth protocol stack -Packager: Sebastian Frankfurt <sf@infesto.de> -Source: http://bluez.sf.net/download/%{name}-%{ver}.tar.gz -BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root -URL: http://www.bluez.org -Docdir: %{prefix}/share/doc -Requires: glibc >= 2.2.4 -BuildRequires: glibc >= 2.2.4 - -%description -Bluetooth libraries. - -The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. - -%changelog -* Tue Aug 13 2002 Sebastian Frankfurt <sf@infesto.de> -- Initial RPM - -%prep -rm -rf $RPM_BUILD_ROOT - -%setup -q - -%build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --sysconfdir=%{_sysconfdir} -make - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} mandir=%{_mandir} sysconfdir=%{_sysconfdir} install - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%defattr(-, root, root) - -/usr/include/bluetooth/* -/usr/lib/libbluetooth* -/usr/lib/pkgconfig/bluez.pc - -%doc AUTHORS COPYING INSTALL ChangeLog NEWS README - |