]> git.pld-linux.org Git - packages/perl-DBIx-Class-TimeStamp.git/blame - perl-DBIx-Class-TimeStamp.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-DBIx-Class-TimeStamp.git] / perl-DBIx-Class-TimeStamp.spec
CommitLineData
c0cf07e9 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
c0cf07e9 5%define pdir DBIx
6%define pnam Class-TimeStamp
720dbbea
JB
7Summary: DBIx::Class::TimeStamp - automatically set timestamp fields in a table
8Summary(pl.UTF-8): DBIx::Class::TimeStamp - automatyczne ustawianie pól znaczników czasu w tabeli
c0cf07e9 9Name: perl-DBIx-Class-TimeStamp
6cb384d4 10Version: 0.07
c0cf07e9 11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
720dbbea 15Source0: http://www.cpan.org/modules/by-authors/id/J/JS/JSHIRLEY/%{pdir}-%{pnam}-%{version}.tar.gz
6cb384d4 16# Source0-md5: e28818bb60b3927efcf0c5c76e44af08
c0cf07e9 17URL: http://search.cpan.org/dist/DBIx-Class-TimeStamp/
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
6cb384d4 21BuildRequires: perl(DBIx::Class::DynamicDefault)
8b974577 22BuildRequires: perl-DateTime
8b974577 23BuildRequires: perl-DBIx-Class
6cb384d4 24BuildRequires: perl-Class-Accessor-Grouped
25BuildRequires: perl-DateTime-Format-MySQL
8b974577 26BuildRequires: perl-Time-Warp
c0cf07e9 27%endif
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
720dbbea
JB
32Works in conjunction with InflateColumn::DateTime to automatically set
33update and create date and time based fields in a table.
c0cf07e9 34
720dbbea
JB
35%description -l pl.UTF-8
36Ten moduł działa w połączeniu z InflateColumn::DateTime, aby
37automatycznie ustawiać w tabeli pola z datą i czasem uaktualnienia
38oraz utworzenia.
c0cf07e9 39
40%prep
41%setup -q -n %{pdir}-%{pnam}-%{version}
42
43%build
44%{__perl} Makefile.PL \
45 INSTALLDIRS=vendor
46%{__make}
47
48%{?with_tests:%{__make} test}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
6cb384d4 61%doc Changes README
c0cf07e9 62%{perl_vendorlib}/DBIx/Class/*.pm
63%{_mandir}/man3/*
This page took 0.073267 seconds and 4 git commands to generate.