]> git.pld-linux.org Git - packages/backintime.git/commitdiff
- up to 1.0.24
authorLukasz Glebicki <blekot@pld-linux.org>
Sun, 9 Jun 2013 09:43:33 +0000 (11:43 +0200)
committerLukasz Glebicki <blekot@pld-linux.org>
Sun, 9 Jun 2013 09:43:33 +0000 (11:43 +0200)
- patch0 not needed
- removed jv locale

backintime.spec
backintime_kde4_makefile.patch [deleted file]

index 07e998c52a9dd754d3e9349c9f585016c6245639..672cd14ffe54d5d62648a7a603f1a9dda1e64aa4 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       Back In Time is a simple backup tool for Linux
 Summary(pl.UTF-8):     Back In Time to proste narzędzie do tworzenia kopii zapasowych pod Linuksem
 Name:          backintime
-Version:       1.0
+Version:       1.0.24
 Release:       1
 License:       v2/GPL
 Group:         Applications/Archiving
-Source0:       http://backintime.le-web.org/download/backintime/%{name}-%{version}_src.tar.gz
-Patch0:                %{name}_kde4_makefile.patch
+Source0:       http://backintime.le-web.org/wp-content/uploads/2009/03/%{name}-%{version}.tar.gz
+# Source0-md5: 7bb3a3ec192c12384a4fb2fb9b3e15b1
 URL:           http://backintime.le-web.org
 BuildRequires: gettext-devel
 BuildRequires: rpm-pythonprov
@@ -74,9 +74,7 @@ Kopia jest wykonywana dla wskazanych katalogów. Aktualnie dostępne są
 dwie wersje GUI: GNOME i KDE 4 (>= 4.1).
 
 %prep
-%setup -q
-# s/kde4/kde/
-%patch0 -p0
+%setup -q -c %{name}-%{version}
 
 %build
 cd common
@@ -110,6 +108,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-common/copyright
 rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-gnome/copyright
 rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-kde4/copyright
+rm -rf $RPM_BUILD_ROOT%{_localedir}/jv
 
 %find_lang %{name}
 
@@ -121,12 +120,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGES LICENSE README TODO TRANSLATIONS VERSION common/debian_specific/copyright
 %attr(755,root,root) %{_bindir}/backintime
+%attr(755,root,root) %{_bindir}/backintime-askpass
 %dir %{_datadir}/backintime
 %dir %{_datadir}/backintime/common
 %{_datadir}/backintime/common/*
 %dir %{_datadir}/backintime/plugins
-%{_datadir}/backintime/plugins/*
+%{_datadir}/backintime/plugins/usercallbackplugin.py
+%{_datadir}/backintime/plugins/userscriptsplugin.py
 %{_mandir}/man1/backintime.1*
+/etc/xdg/autostart/backintime.desktop
+
 
 %files gnome
 %defattr(644,root,root,755)
@@ -149,3 +152,4 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/kde/HTML/en/backintime
 %{_docdir}/kde/HTML/en/backintime/*
 %{_desktopdir}/kde4/backintime-kde4*.desktop
+%{_mandir}/man1/backintime-kde4.1*
diff --git a/backintime_kde4_makefile.patch b/backintime_kde4_makefile.patch
deleted file mode 100644 (file)
index 5582bf1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- kde4/Makefile.template     2009-04-28 12:47:25.000000000 +0200
-+++ kde4/Makefile.template.new 2010-01-17 22:16:47.504996585 +0100
-@@ -28,7 +28,7 @@
-       install --mode=644 *.desktop $(DEST)/share/applications/kde4
-       
-       #install docbook
--      install -d $(DEST)/share/doc/kde4/HTML/en/backintime/figures
--      install --mode=644 docbook/en/*.docbook $(DEST)/share/doc/kde4/HTML/en/backintime
--      #install --mode=644 docbook/en/figures/*.png $(DEST)/share/doc/kde4/HTML/en/backintime/figures
-+      install -d $(DEST)/share/doc/kde/HTML/en/backintime/figures
-+      install --mode=644 docbook/en/*.docbook $(DEST)/share/doc/kde/HTML/en/backintime
-+      #install --mode=644 docbook/en/figures/*.png $(DEST)/share/doc/kde/HTML/en/backintime/figures
This page took 0.064148 seconds and 4 git commands to generate.