]> git.pld-linux.org Git - packages/enlightenment-module-calendar.git/commitdiff
- updated to cvs snapshot
authorsparky <sparky@pld-linux.org>
Fri, 21 Apr 2006 17:58:25 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment-module-calendar.spec -> 1.5

enlightenment-module-calendar.spec

index ea93d92cd2474a3a423a7fdef3273abf10a5a69c..68faacd477c2000bcfacf47b9093f940ee98e1f8 100644 (file)
@@ -1,15 +1,16 @@
 
 %define                _module_name    calendar
 
 %define                _module_name    calendar
-
+%define                _snap           20060420
 Summary:       Enlightenment DR17 module: %{_module_name}
 Summary(pl):   Modu³ Enlightenmenta DR17: kalendarz
 Name:          enlightenment-module-%{_module_name}
 Summary:       Enlightenment DR17 module: %{_module_name}
 Summary(pl):   Modu³ Enlightenmenta DR17: kalendarz
 Name:          enlightenment-module-%{_module_name}
-Version:       0.1.5
-Release:       1
+Version:       0.0.4
+Release:       0.%{_snap}.1
 License:       GPL
 Group:         X11/Window Managers/Tools
 License:       GPL
 Group:         X11/Window Managers/Tools
-Source0:       http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
-# Source0-md5: 34837154b1d22658e075c1b0894c1f88
+#Source0:      http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
+Source0:       http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2
+# Source0-md5: aa1a8ad652cbf4536a2ec49920a65e68
 URL:           http://www.get-e.org/Resources/Modules/
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://www.get-e.org/Resources/Modules/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -27,7 +28,7 @@ Enlightenment DR17 module: simple calendar.
 Modu³ Enlightenmenta DR17: prosty kalendarz.
 
 %prep
 Modu³ Enlightenmenta DR17: prosty kalendarz.
 
 %prep
-%setup -q -n %{_module_name}-%{version}
+%setup -q -n %{_module_name}
 sed -e 's|datadir=.*|datadir="`enlightenment-config --module-dir`/${PACKAGE}"|' \
     -e '/PACKAGE_DATA_DIR/s|"[^"]*"|"`enlightenment-config --module-dir`/${PACKAGE}"|' \
     -e '/PACKAGE_LIB_DIR/s|"[^"]*"|"`enlightenment-config --module-dir`"|' \
 sed -e 's|datadir=.*|datadir="`enlightenment-config --module-dir`/${PACKAGE}"|' \
     -e '/PACKAGE_DATA_DIR/s|"[^"]*"|"`enlightenment-config --module-dir`/${PACKAGE}"|' \
     -e '/PACKAGE_LIB_DIR/s|"[^"]*"|"`enlightenment-config --module-dir`"|' \
@@ -35,7 +36,7 @@ sed -e 's|datadir=.*|datadir="`enlightenment-config --module-dir`/${PACKAGE}"|'
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -49,10 +50,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{_module_name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{_module_name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
 %dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
 %dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
This page took 0.059425 seconds and 4 git commands to generate.