]> git.pld-linux.org Git - packages/lxpanel.git/commitdiff
- devel subpackage
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Jul 2010 13:55:23 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lxpanel.spec -> 1.2

lxpanel.spec

index 21b7527681e7990146eacdbbcb5507796b87af8a..32d08f0c1b42af9387ecc099eeba656d42851d38 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       LXPanel is a lightweight X11 desktop panel
 Name:          lxpanel
 Version:       0.5.6
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
@@ -15,6 +15,18 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 LXPanel is a lightweight X11 desktop panel.
 
+%package devel
+Summary:       Header files for lxpanel library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki lxpanel
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for lxpanel library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki lxpanel.
+
 %prep
 %setup -q
 
@@ -38,11 +50,15 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README
-%attr(755,root,root) %{_bindir}/lxpanel*
-%dir %{_includedir}/lxpanel
-%{_includedir}/lxpanel/plugin.h
+%attr(755,root,root) %{_bindir}/lxpanel
+%attr(755,root,root) %{_bindir}/lxpanelctl
 %dir %{_libdir}/lxpanel
+%dir %{_libdir}/lxpanel/plugins
 %attr(755,root,root) %{_libdir}/lxpanel/plugins/*.so
-%{_pkgconfigdir}/lxpanel.pc
 %{_datadir}/lxpanel
 %{_mandir}/man1/lxpanel*
+
+%files devel
+%dir %{_includedir}/lxpanel
+%{_includedir}/lxpanel/plugin.h
+%{_pkgconfigdir}/lxpanel.pc
This page took 0.198204 seconds and 4 git commands to generate.