2584bd4
Name:           dgit
9eaee29
Version:        6.12
871b201
Release:        1%{?dist}
2584bd4
Summary:        Integration between git and Debian-style archives
2584bd4
Group:          Applications/System
2584bd4
License:        GPLv3+
2584bd4
URL:            https://browse.dgit.debian.org/dgit.git/
f28c9b6
Source0:        http://http.debian.net/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
f28c9b6
BuildRequires:  perl-generators
f28c9b6
BuildRequires:  perl-podlators
2584bd4
Requires:       devscripts
2584bd4
Requires:       curl
2584bd4
Requires:       git
2584bd4
Requires:       dpkg-dev
2584bd4
Requires:       tar
2584bd4
Requires:       coreutils
2584bd4
BuildArch:      noarch
2584bd4
2584bd4
%description
2584bd4
dgit (with the associated infrastructure) makes it possible to
2584bd4
treat the Debian archive as a git repository:
2584bd4
2584bd4
"dgit push" constructs uploads from git commits
2584bd4
2584bd4
"dgit clone" and "dgit fetch" construct git commits from uploads.
2584bd4
2584bd4
2584bd4
%prep
871b201
%autosetup -n work
871b201
#directory name changed to work
871b201
###autosetup -n %{name}
2584bd4
2584bd4
2584bd4
%build
2584bd4
2584bd4
2584bd4
%check
2584bd4
# dput is not packaged,
2584bd4
# possibly need Internet connectivity anyway
2584bd4
#EMAIL=jello.biafra@dead.kennedys \
2584bd4
#       tests/using-intree make -f tests/Makefile
2584bd4
2584bd4
2584bd4
%install
2584bd4
# We don't do an install-infra, not sure if the Debian specific
2584bd4
# infrastructure tools would make sense to be packaged in Fedora.
2584bd4
make install DESTDIR="%{buildroot}" \
2584bd4
        prefix="%{_prefix}" \
2584bd4
        bindir="%{_bindir}" \
2584bd4
        mandir="%{_mandir}" \
2584bd4
        perldir="%{perl_vendorlib}" \
2584bd4
        infraexamplesdir="%{_pkgdocdir}/examples"
2584bd4
2584bd4
2584bd4
%files
2584bd4
%{_bindir}/dgit
d7c5fb4
%{_bindir}/dgit-badcommit-fixup
f28c9b6
%{_datadir}/%{name}
f28c9b6
%{_mandir}/man1/dgit*.1*
f28c9b6
%{_mandir}/man7/dgit*.7*
2584bd4
%{perl_vendorlib}/Debian
d7c5fb4
%doc debian/changelog README.* README.dsc-import
2584bd4
%license debian/copyright
2584bd4
2584bd4
2584bd4
%changelog
9eaee29
* Sat Sep 29 2018 Filipe Rosset <rosset.filipe@gmail.com> - 6.12-1
9eaee29
- Rebuilt for new upstream version 6.12, fixes rhbz #1634209
9eaee29
871b201
* Sat Sep 08 2018 Filipe Rosset <rosset.filipe@gmail.com> - 6.11-1
871b201
- Rebuilt for new upstream version 6.11, fixes rhbz #1592156
871b201
a1e33a5
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
a1e33a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a1e33a5
a2f54c8
* Tue Apr 24 2018 Filipe Rosset <rosset.filipe@gmail.com> - 4.4-1
a2f54c8
- Rebuilt for new upstream version 4.4, fixes rhbz #1571005
a2f54c8
0022c7f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2
0022c7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0022c7f
abc6cf7
* Sun Feb 04 2018 Filipe Rosset <rosset.filipe@gmail.com> - 4.3-1
abc6cf7
- Rebuilt for new upstream version 4.3, fixes rhbz #1538598
abc6cf7
3cf4fb8
* Wed Jan 17 2018 Filipe Rosset <rosset.filipe@gmail.com> - 4.2-1
3cf4fb8
- Rebuilt for new upstream version 4.2, fixes rhbz #1532087
3cf4fb8
0071628
* Tue Aug 29 2017 Lubomir Rintel <lkundrak@v3.sk> - 4.1-1
0071628
- Rebuilt for new upstream release 4.1
0071628
dff0a21
* Sun Aug 06 2017 Filipe Rosset <rosset.filipe@gmail.com> - 4.0-1
dff0a21
- Rebuilt for new upstream version 4.0, fixes rhbz #1358042
dff0a21
d7c5fb4
* Sun Aug 06 2017 Filipe Rosset <rosset.filipe@gmail.com> - 3.12-1
d7c5fb4
- Rebuilt for new upstream release 3.12
d7c5fb4
8b0e17e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-3
8b0e17e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8b0e17e
f9bef20
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12-2
f9bef20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f9bef20
f28c9b6
* Tue Dec 20 2016 Filipe Rosset <rosset.filipe@gmail.com> - 2.12-1
f28c9b6
- Rebuilt for new upstream release 2.12, fixes rhbz #1358042
f28c9b6
07ccff8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2
07ccff8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
07ccff8
2584bd4
* Mon Jul 20 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.0-1
2584bd4
- Initial packaging