]> git.pld-linux.org Git - packages/sobby.git/commitdiff
- updated to 0.4.8 auto/th/sobby-0.4.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 May 2015 11:33:33 +0000 (13:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 May 2015 11:33:33 +0000 (13:33 +0200)
sobby.spec

index 61d7373cdcfdfc06f07fe3a9e80cdd9f0d87e871..44a71b7c5492dcb1fb3f06b5805fce3de9b41582 100644 (file)
@@ -1,21 +1,26 @@
 Summary:       Sobby network editor server
 Summary(pl.UTF-8):     Sobby - serwer edytora sieciowego
 Name:          sobby
-Version:       0.4.5
+Version:       0.4.8
 Release:       1
 License:       GPL v2+
 Group:         Applications/Editors
 Source0:       http://releases.0x539.de/sobby/%{name}-%{version}.tar.gz
-# Source0-md5: c59a5ea003fede807b82ed7bab7bf849
+# Source0-md5: 1f7cf8c09cdeddbf2152843b28f73ce1
 Source1:       %{name}.init
 URL:           http://gobby.0x539.de/
-BuildRequires: avahi-glib
-BuildRequires: glibmm-devel >= 2.4
+BuildRequires: avahi-glib-devel
+BuildRequires: glibmm-devel >= 2.6.0
 BuildRequires: libxml++-devel >= 2.6
+BuildRequires: net6-devel >= 1.3.12
 BuildRequires: obby-devel >= 0.4.3
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: slang-devel
 Requires(post,preun):  /sbin/chkconfig
+Requires:      glibmm >= 2.6.0
+Requires:      libxml++ >= 2.6
+Requires:      net6 >= 1.3.12
+Requires:      obby >= 0.4.3
 Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/chkconfig --add sobby
 %service sobby restart
@@ -50,12 +58,9 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del sobby
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%attr(754,root,root) /etc/rc.d/init.d/%{name}
-%{_mandir}/man1/*.1*
+%attr(755,root,root) %{_bindir}/sobby
+%attr(754,root,root) /etc/rc.d/init.d/sobby
+%{_mandir}/man1/sobby.1*
This page took 0.032441 seconds and 4 git commands to generate.