]> git.pld-linux.org Git - packages/dosfstools.git/commitdiff
up to 4.2 master auto/th/dosfstools-4.2-1
authorJan Palus <atler@pld-linux.org>
Wed, 10 Feb 2021 17:36:39 +0000 (18:36 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 10 Feb 2021 17:36:39 +0000 (18:36 +0100)
dosfstools.spec

index bdd89525a823f2c35b4168f2e24c8a60c9ac94db..1519bf47ce40dfe1ab6f51f2059c4c5614064315 100644 (file)
@@ -3,20 +3,19 @@ Summary(es.UTF-8):    Un programa que crea sistemas de archivo de MS-DOS (FAT) en L
 Summary(pl.UTF-8):     Narzędzia do tworzenia i sprawdzania systemów plikowych MS-DOS FAT
 Summary(pt_BR.UTF-8):  Um programa que cria sistemas de arquivo do MS-DOS (FAT) no Linux
 Name:          dosfstools
-Version:       4.1
+Version:       4.2
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 #Source0Download: https://github.com/dosfstools/dosfstools/releases
-Source0:       https://github.com/dosfstools/dosfstools/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 07a1050db1a898e9a2e03b0c4569c4bd
+Source0:       https://github.com/dosfstools/dosfstools/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 49c8e457327dc61efab5b115a27b087a
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-pl-man-pages.tar.bz2
 # Source1-md5: 28913ed142dac33624b14ce1e1ce8803
 URL:           https://github.com/dosfstools/dosfstools
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.402
 BuildRequires: tar >= 1:1.22
-BuildRequires: udev-devel
 BuildRequires: xz
 Obsoletes:     mkdosfs-ygg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -68,12 +67,14 @@ rm -rf $RPM_BUILD_ROOT
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README*
 
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog NEWS README TODO doc/*
+%doc ChangeLog NEWS README doc/*
 %attr(755,root,root) %{_sbindir}/dosfsck
 %attr(755,root,root) %{_sbindir}/dosfslabel
 %attr(755,root,root) %{_sbindir}/fatlabel
This page took 0.100438 seconds and 4 git commands to generate.