]> git.pld-linux.org Git - packages/bonobo-conf.git/commitdiff
- initial version
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Mon, 30 Jul 2001 18:55:26 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use %configure2_13

Changed files:
    bonobo-conf.spec -> 1.1

bonobo-conf.spec [new file with mode: 0644]

diff --git a/bonobo-conf.spec b/bonobo-conf.spec
new file mode 100644 (file)
index 0000000..7748a1b
--- /dev/null
@@ -0,0 +1,76 @@
+%define name           bonobo-conf
+%define ver            0.7
+%define rel            %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
+
+Name:          %name
+Summary:       Bonobo configuration moniker.
+Summary(pl):   Narzedzie konfiguracyjne Bonobo
+Version:       %ver
+Release:       1
+Copyright:     GPL
+Group:         System Environment/Libraries
+Source:        %{name}-%{ver}.tar.gz
+URL:           http://www.gnome.org/
+BuildRoot:     %{_tmppath}/%{name}-%{ver}-root
+Requires:       bonobo >= 1.0.0
+
+%description
+Bonobo configuration moniker.
+
+%description -l pl
+Narzedzie konfiguracyjne Bonobo
+
+%package devel
+Summary:       Libraries and include files for the configuration moniker.
+Group:         Development/Libraries
+Requires:      %name = %{PACKAGE_VERSION}
+
+%description devel
+This package provides the necessary development libraries and include
+files to allow you to develop programs using the Bonobo configuration moniker.
+
+%description devel -l pl
+Biblioteki i pliki nag³ówkowe potrzebne do programowania.
+
+%prep
+%setup
+
+%build
+%configure2_13 \
+make
+
+%install
+%makeinstall
+
+%clean
+
+%post
+if ! grep %{_libdir} /etc/ld.so.conf > /dev/null ; then
+  echo "%{_libdir}" >> /etc/ld.so.conf
+fi
+  
+/sbin/ldconfig
+  
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_bindir}/*
+%{_libdir}/bonobo/monikers
+%{_libdir}/*.sh
+%{_libdir}/lib*.so.*
+%{_datadir}/idl/*.idl
+%{_datadir}/locale/*/LC_MESSAGES/*.mo
+%{_datadir}/oaf/*.oaf
+
+%files devel
+%defattr(-, root, root)
+%{_includedir}/bonobo-conf
+%{_libdir}/lib*.so
+%{_libdir}/lib*.a
+%{_libdir}/lib*.la
+
+%changelog
+* %{date} PLD Team <pld-list@pld.org.pl>
+All persons listed below can be reached at <cvs_login>@pld.org.pl
This page took 0.077623 seconds and 4 git commands to generate.