]> git.pld-linux.org Git - packages/xfce4-timer-plugin.git/commitdiff
- added ac/am/lt AC-branch AC-STABLE auto/ac/xfce4-timer-plugin-0_5_1-2 auto/th/xfce4-timer-plugin-0_5_1-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 25 Jan 2007 17:04:52 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated URL

Changed files:
    xfce4-timer-plugin.spec -> 1.3

xfce4-timer-plugin.spec

index cc74bc6450fe5a2a11c5a112a64aef2023b975ba..a8317d3c1aea27be782036dd951ceb97f2ab3897 100644 (file)
@@ -7,8 +7,13 @@ License:       GPL
 Group:         X11/Applications
 Source0:       http://goodies.xfce.org/releases/xfce4-timer-plugin/%{name}-%{version}.tar.bz2
 # Source0-md5: 0036d3805cbe051d35e8ec595237e88c
-URL:           http://goodies.xfce.org/
+URL:           http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: intltool
+BuildRequires: libtool
 BuildRequires: pkgconfig
+BuildRequires: xfce4-dev-tools >= 4.4.0
 BuildRequires: xfce4-panel-devel >= 4.4.0
 Requires:      xfce4-panel >= 4.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,6 +30,12 @@ zdarzeniu, b
 %setup -q
 
 %build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-static
 %{__make}
@@ -42,6 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-timer
 %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
This page took 0.048732 seconds and 4 git commands to generate.